[Ghost] Minecraft WorldEdit Command Tutorial and Application [minecraft]
Multiply_0·5/18/2026
Basic Operations
- Selecting a Region: Hold a wooden axe, left-click to select the first point, and right-click to select the second point.
- Filling Blocks: Enter the command
//set blockID. - Building Walls: Enter the command
//walls blockID. - Undo Operation: Enter the command
//undoto undo the last action. - Redo Operation: Enter the command
//redoto restore the undone action.
Copy and Transform
- Copy Building: Enter the command
//copyto copy the selected region to the clipboard. - Paste Building: Enter the command
//pasteto paste the content from the clipboard. - Mirror Flip: Enter the command
//flipto flip the clipboard content, then use//pasteto mirror copy. - Rotate Copy: Enter the command
//rotate angle(e.g., 90, 180, 360, multiples of 90), then use//pasteto paste the rotated building.
Terrain and Block Modification
- Replace Blocks Uniformly: Enter the command
//replace replacedBlockID newBlockID. - Random Mixed Generation: Enter the command
//set percentage%blockID,percentage%blockID(e.g.,//set 50%stone,50%dirt). - Stack Copy: Enter the command
//stack countto repeatedly copy the selected region in the direction you are facing. - Move Blocks: Enter the command
//move distanceto move the selected region in the direction you are facing.
Geometric Shape Generation
Before generating shapes, you can use the command /up 1 to generate a glass block beneath your feet as a central reference point.
Cylinder and Circular Wall
- Solid Cylinder: Enter the command
//cyl blockID radius height. - Hollow Cylinder/Circular Wall: Enter the command
//hcyl blockID radius height.
Sphere Generation
- Solid Sphere: Enter the command
//sphere blockID radius. - Hollow Sphere: Enter the command
//hsphere blockID radius.